home *** CD-ROM | disk | FTP | other *** search
- global colorauthoringpath
- set cursor to watch
- put the long name of this stack into where
- delete word 1 of where
- delete char 1 of where
- delete last char of where
- if there is a window "Sounds List" then close window "Sounds List"
- put FullResList("T=snd ", "O=TNIS" ,"W=" & where) into resdata
- if resdata is empty then
- answer "There are no sounds in this stack."
- do restext ("TEXT", "Exit", colorauthoringpath)
- end if
- if word 1 of resdata is "Error" then
- answer resdata
- do restext ("TEXT", "Exit", colorauthoringpath)
- end if
- do sort resdata
- if the number of lines of resdata is 1 then put return & " " after line 1 of resdata
- Listoid "Sounds List",resdata, "one","Double click it :","green,white", "Chicago", "12", "0" , "0, 190"